home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / cm_lite.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1999-06-17  |  3.7 KB  |  172 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 121
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Running butt-on lite'
  7.   ClientHeight = 104
  8.   ClientWidth = 272
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Image1: TImage
  19.     Left = 8
  20.     Top = 8
  21.     Width = 443
  22.     Height = 300
  23.     AutoSize = True
  24.     Picture.Data = {<image000.jpg>}
  25.   end
  26.   object Label1: TLabel
  27.     Left = 24
  28.     Top = 8
  29.     Width = 411
  30.     Height = 46
  31.     Caption = 'Congratulations, sweety!'
  32.     Font.Charset = ANSI_CHARSET
  33.     Font.Color = clWhite
  34.     Font.Height = -40
  35.     Font.Name = 'Times New Roman'
  36.     Font.Style = [fsBold, fsItalic]
  37.     ParentFont = False
  38.     Transparent = True
  39.   end
  40.   object Label2: TLabel
  41.     Left = 136
  42.     Top = 56
  43.     Width = 305
  44.     Height = 65
  45.     AutoSize = False
  46.     Caption = 
  47.       'You have successfully managed to satisfy me our very first time.' +
  48.       ' If you look out for more hardcore action, get the XXL version a' +
  49.       's soon as you can.'
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clWhite
  52.     Font.Height = -13
  53.     Font.Name = 'Tahoma'
  54.     Font.Style = [fsBold]
  55.     ParentFont = False
  56.     Transparent = True
  57.     WordWrap = True
  58.   end
  59.   object Label3: TLabel
  60.     Left = 176
  61.     Top = 280
  62.     Width = 265
  63.     Height = 17
  64.     AutoSize = False
  65.     Caption = '(c) 1999 by The AntiXryst and Terminal Cilla.'
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clWhite
  68.     Font.Height = -10
  69.     Font.Name = 'Tahoma'
  70.     Font.Style = [fsBold]
  71.     ParentFont = False
  72.     Transparent = True
  73.     WordWrap = True
  74.   end
  75.   object Panel1: TPanel
  76.     Left = 8
  77.     Top = 8
  78.     Width = 449
  79.     Height = 305
  80.     BevelOuter = bvNone
  81.     TabOrder = 0
  82.     object Label4: TLabel
  83.       Left = 0
  84.       Top = 3
  85.       Width = 67
  86.       Height = 16
  87.       Caption = 'User name:'
  88.     end
  89.     object Label5: TLabel
  90.       Left = 0
  91.       Top = 35
  92.       Width = 38
  93.       Height = 16
  94.       Caption = 'Serial:'
  95.     end
  96.     object Label6: TLabel
  97.       Left = 120
  98.       Top = 68
  99.       Width = 67
  100.       Height = 16
  101.       Caption = 'Created by:'
  102.       Font.Charset = DEFAULT_CHARSET
  103.       Font.Color = clWindowText
  104.       Font.Height = -13
  105.       Font.Name = 'Tahoma'
  106.       Font.Style = []
  107.       ParentFont = False
  108.     end
  109.     object HyperLabel1: THyperLabel
  110.       Left = 192
  111.       Top = 64
  112.       Width = 63
  113.       Height = 13
  114.       Cursor = crHandPoint
  115.       Caption = 'The AntiXryst'
  116.       Font.Charset = DEFAULT_CHARSET
  117.       Font.Color = clNavy
  118.       Font.Height = -10
  119.       Font.Name = 'MS Sans Serif'
  120.       Font.Style = [fsUnderline]
  121.       ParentFont = False
  122.       HyperColour = clBlue
  123.       PressedColour = clRed
  124.       URL = 'mailto:antixryst@gmx.net'
  125.     end
  126.     object HyperLabel2: THyperLabel
  127.       Left = 192
  128.       Top = 80
  129.       Width = 62
  130.       Height = 13
  131.       Cursor = crHandPoint
  132.       Caption = 'Terminal Cilla'
  133.       Font.Charset = DEFAULT_CHARSET
  134.       Font.Color = clNavy
  135.       Font.Height = -10
  136.       Font.Name = 'MS Sans Serif'
  137.       Font.Style = [fsUnderline]
  138.       ParentFont = False
  139.       HyperColour = clBlue
  140.       PressedColour = clRed
  141.       URL = 'mailto:bombasticx@gmx.net'
  142.     end
  143.     object Edit1: TEdit
  144.       Left = 72
  145.       Top = 0
  146.       Width = 185
  147.       Height = 24
  148.       TabOrder = 0
  149.       OnChange = Change
  150.     end
  151.     object Edit2: TEdit
  152.       Left = 72
  153.       Top = 32
  154.       Width = 185
  155.       Height = 24
  156.       TabOrder = 1
  157.       OnChange = Change
  158.     end
  159.     object Button1: TButton
  160.       Left = 0
  161.       Top = 64
  162.       Width = 75
  163.       Height = 25
  164.       Caption = 'Register!'
  165.       TabOrder = 2
  166.       TabStop = False
  167.       OnClick = Button1Click2
  168.       OnMouseMove = MoveButton2
  169.     end
  170.   end
  171. end
  172.